PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFGifImage Class / PDFGifImage Constructor / PDFGifImage Constructor(String,int)
Path to GIF image.
GIF frame to use for creating the image.
In This Topic
    PDFGifImage Constructor(String,int)
    In This Topic
    Initializes a new PDFGifImage object.
    Syntax
    public PDFGifImage( 
       java.lang.String fileName,
       int frameIndex
    )

    Parameters

    fileName
    Path to GIF image.
    frameIndex
    GIF frame to use for creating the image.
    Exceptions
    ExceptionDescription
    If the image cannot be decoded.
    See Also